From: Gerd Moellmann Date: Tue, 3 Apr 2001 13:22:07 +0000 (+0000) Subject: (checkdoc-common-verbs-wrong-voice): Add X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40876 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4b3f2908ecf1c3e54038f490ed929992b594445f;p=emacs.git (checkdoc-common-verbs-wrong-voice): Add an antry for ``converts''. --- diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 08393286d5b..a2bca2a9b47 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -1,6 +1,6 @@ ;;; checkdoc --- Check documentation strings for style requirements -;;; Copyright (C) 1997, 1998 Free Software Foundation +;;; Copyright (C) 1997, 1998, 2001 Free Software Foundation ;; Author: Eric M. Ludlam ;; Version: 0.6.2 @@ -340,6 +340,7 @@ This should be set in an Emacs Lisp file's local variables." ("changes" . "change") ("checks" . "check") ("contains" . "contain") + ("converts" . "convert") ("creates" . "create") ("destroys" . "destroy") ("disables" . "disable")